Articles by Muhammad Arul
-
How to build a Ceph Distributed Storage Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, storage • Comments: 24
Ceph is a widely used open source storage platform. It provides high performance, reliability, and scalability. The Ceph free distributed storage system provides an interface for object, block, and file-level storage. Ceph is build to provide a distributed storage system without a single point of failure. In this tutorial, I will guide you to install and build a Ceph cluster on CentOS 7.
-
How to Install ownCloud 9.1 with Nginx and MariaDB on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, nginx • Comments: 7
OwnCloud is a server software for data synchronization and file sharing with an easy to use web frontend. OwnCloud can be installed on a Linux or Windows server, it is easy to configure and has a comprehensive online documentation. The native client is available for Windows, MacOS and Linux (Desktop Application). There is also a mobile app for Android and iOS. This tutorial describes the installation of Owncloud 9.1 on CentOS 7 with Nginx web server and MariaDB database.
-
How to Install Redmine 3 with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, web server • Comments: 8
Redmine is an open source web application for project management and issue tracker. In this tutorial, we will install Redmine 3.2 with Nginx as the web server, MySQL as the database server on a CentOS 7 (64 bit) operating system.
-
-
How to Install and Use Ruby on Rails with PostgreSQL on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 0
In this tutorial, I will show you how to install Rails on CentOS 7. We will install and configure Ruby on Rails with a PostgreSQL database, and then create our first project with Rails. Ruby on Rails (RoR), or short "rails", is a server-side web application framework written in ruby that follows MVC (Model-View-Controller) concept.
-
How to Install Jenkins Automation Server with Apache on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 7
Jenkins is an automation server forked from the Hudson project. Jenkins is a server based application running in a Java servlet container, it has support for many SCM (Source Control Management) software systems including Git, SVN, and Mercurial. In this tutorial, I will show you how to install the latest Jenkins version on Ubuntu Server 16.04. We will run Jenkins on our own domain name, and we will to install and configure Jenkins to run under the apache web server with the reverse proxy for Jenkins.
-
How to Install and Configure MongoDB on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 9
MongoDB is a NoSQL database that provides high performance, high availability, and automatic scaling. In this tutorial, I will guide you to install and configure MongoDB 3.2 (stable) on a CentOS 7 server. We will add and configure the administrator user for MongoDB and configure the authentication for MongoDB services.
-
How to Install Seafile with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 7
Seafile is a private cloud software to that provides similar features like Dropbox, mega.co.nz, and others, just hosted on your own server. Seafile is based on the python programming language and it is released under an open source license so that you can create your own private cloud and it will be much more secure. In this tutorial, I will install Seafile on CentOS 7 with Nginx web server and MariaDB as the database server.
-
How to Install Django with PostgreSQL and Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 3
In this tutorial, I will show you how to install the Django web framework and configure it to use a PostgreSQL database for development. We will run Nginx as a reverse proxy for Django web framework for speed and security reasons. Django will run under the python WSGI HTTP server 'Gunicorn', we will manage and control 'Gunicorn' with 'Supervisor' as the process control system.
-
How to Install Linux Malware Detect (LMD) and ClamAV on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, security • Comments: 9
In this tutorial, I will show you how to install Linux Malware Detect (LMD) with Clam AntiVirus (ClamAV). I will use CentOS 7 as the operating system.
-
How to Install Mattermost with PostgreSQL and Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 2
In this tutorial, I will guide you to create your own Mattermost server that uses PostgreSQL as the database system and Nginx as the reverse proxy for Mattermost. I will use ubuntu 16.04 as the operating system. Mattermost is an open source messaging system written in the programming languages Golang and React. It's a slack alternative, we can build our own messaging service like slack or hipchat with it.